home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libjpeg62.postinst < prev    next >
Text File  |  2007-10-01  |  68b  |  9 lines

  1. #!/bin/sh -e
  2.  
  3.  
  4.  
  5. if [ "$1" = "configure" ]; then
  6.       ldconfig
  7. fi
  8.     
  9.